[PATCH] Allow the kernel to start earlier than VM_MAX_ADDRESS
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 14 Oct 2022 19:35:00 +0000 (20:35 +0100)
committerAurelien Jarno <aurel32@debian.org>
Fri, 14 Oct 2022 19:35:00 +0000 (20:35 +0100)
commit5fbc960e07479171950a7faaad2abb9bcc9006d4
tree08e20731664fa22d51fe6dd522ae68356c5f1d6a
parent15677292686b173f9f05d556ccf0361e79961070
[PATCH] Allow the kernel to start earlier than VM_MAX_ADDRESS

VM_MAX_ADDRESS shouldn't be hardcoded in libc, the kernel should be able to
decide about it dynamically. This fixes glibc into supporting that. It's however
a bit hackish.

This kludge will however go out once we have a recent enough gnumach,
anyway.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name tg-bigmem.diff
sysdeps/mach/hurd/dl-sysdep.c